home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Freeware / Comunicatii / dkboost / dkBoosterSetup 1.1.04.exe / dkBooster.chm / scripts.js < prev    next >
Text File  |  2005-01-29  |  134b  |  7 lines

  1. function inlineText(tobj)
  2. {
  3.     var obj=eval(tobj);
  4.     var b=(obj.style.display==""?false:true);
  5.     obj.style.display=(b?"":"none");
  6. }
  7.